home *** CD-ROM | disk | FTP | other *** search
/ FEMA National Fire Acade…ulation: Casper Hall Dorm / FEMA National Fire Academy Simulation: Casper Hall Dorm.iso / database / dbLocal.mdb / tblJurLookUp.json < prev    next >
JavaScript Object Notation  |  1999-09-27  |  540b

  1. {
  2.     "schema": {
  3.         "Code": "Text (1) NOT NULL",
  4.         "Description": "Text (20) NOT NULL"
  5.     },
  6.     "data": [
  7.         {
  8.             "Code": "1",
  9.             "Description": "1 Statewide"
  10.         },
  11.         {
  12.             "Code": "2",
  13.             "Description": "2 County Government"
  14.         },
  15.         {
  16.             "Code": "3",
  17.             "Description": "3 City/Town/Village"
  18.         },
  19.         {
  20.             "Code": "4",
  21.             "Description": "4 Special District"
  22.         },
  23.         {
  24.             "Code": "5",
  25.             "Description": "5 Federal/Military"
  26.         },
  27.         {
  28.             "Code": "6",
  29.             "Description": "6 Industry/Business"
  30.         },
  31.         {
  32.             "Code": "7",
  33.             "Description": "7 Foreign/Other"
  34.         },
  35.         {
  36.             "Code": "8",
  37.             "Description": "8 FEMA Employee"
  38.         },
  39.         {
  40.             "Code": "9",
  41.             "Description": "9 NDER/IMA"
  42.         },
  43.         {
  44.             "Code": "0",
  45.             "Description": "0 No Response"
  46.         }
  47.     ]
  48. }